Skip to content

Conversation

@sirpaleet
Copy link
Contributor

@sirpaleet sirpaleet commented Jun 18, 2025

What this PR does / why we need it:
Test ORC upgrades in e2e.

Which issue(s) this PR fixes:
Fixes #2568

Special notes for your reviewer:

Edits e2e tests.

TODOs:

  • squashed commits
  • if necessary:
    • includes documentation
    • adds unit tests

/hold

@k8s-ci-robot k8s-ci-robot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 18, 2025
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 18, 2025
@netlify
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!

Name Link
🔨 Latest commit 54f93d4
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-cluster-api-openstack/deploys/68591cfff350b80008ae18ea
😎 Deploy Preview https://deploy-preview-2601--kubernetes-sigs-cluster-api-openstack.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jun 18, 2025
@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 18, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @sirpaleet. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@sirpaleet
Copy link
Contributor Author

/test ?

@k8s-ci-robot
Copy link
Contributor

@sirpaleet: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/test ?

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@lentzi90
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Jun 19, 2025
@sirpaleet
Copy link
Contributor Author

/test ?

@k8s-ci-robot
Copy link
Contributor

@sirpaleet: The following commands are available to trigger required jobs:

/test pull-cluster-api-provider-openstack-build
/test pull-cluster-api-provider-openstack-e2e-test
/test pull-cluster-api-provider-openstack-test

The following commands are available to trigger optional jobs:

/test pull-cluster-api-provider-openstack-conformance-test
/test pull-cluster-api-provider-openstack-e2e-full-test

Use /test all to run the following jobs that were automatically triggered:

pull-cluster-api-provider-openstack-build
pull-cluster-api-provider-openstack-e2e-test
pull-cluster-api-provider-openstack-test
Details

In response to this:

/test ?

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@lentzi90
Copy link
Contributor

The relevant test for the upgrade is pull-cluster-api-provider-openstack-e2e-full-test when you feel ready 🙂

@sirpaleet sirpaleet force-pushed the siiri/orc_upgrades_e2e branch from 32ec000 to 2a258e6 Compare June 19, 2025 06:37
@sirpaleet
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

1 similar comment
@lentzi90
Copy link
Contributor

/test pull-cluster-api-provider-openstack-e2e-full-test

@sirpaleet sirpaleet force-pushed the siiri/orc_upgrades_e2e branch 2 times, most recently from d39d851 to ec6cd9b Compare June 23, 2025 07:10
@sirpaleet
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

@sirpaleet sirpaleet force-pushed the siiri/orc_upgrades_e2e branch from ec6cd9b to 75c35db Compare June 23, 2025 08:59
@sirpaleet
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

Signed-off-by: Siiri Kemppainen <siiri.kemppainen@est.tech>
@sirpaleet sirpaleet force-pushed the siiri/orc_upgrades_e2e branch from 75c35db to 54f93d4 Compare June 23, 2025 09:23
@sirpaleet
Copy link
Contributor Author

/test pull-cluster-api-provider-openstack-e2e-full-test

@sirpaleet
Copy link
Contributor Author

The test passed but brought up some fails with pod watching and UnhandledError related to clusterctl-upgrade and reflector.go, looking into it.

@sirpaleet sirpaleet marked this pull request as ready for review June 23, 2025 11:42
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 23, 2025
@k8s-ci-robot k8s-ci-robot requested a review from mdbooth June 23, 2025 11:43
@sirpaleet
Copy link
Contributor Author

The test passed but brought up some fails with pod watching and UnhandledError related to clusterctl-upgrade and reflector.go, looking into it.

This seems to relate to lost connection and should not be because of these changes.

Copy link
Contributor

@lentzi90 lentzi90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!
It looks like it is working now. I can see the older version used for init and then the newer version installed during clusterctl upgrade. 👍
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: lentzi90

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 23, 2025
@lentzi90
Copy link
Contributor

/lgtm
/hold cancel

@k8s-ci-robot k8s-ci-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 24, 2025
@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jun 24, 2025
@k8s-ci-robot k8s-ci-robot merged commit 57ae27e into kubernetes-sigs:main Jun 24, 2025
10 checks passed
@github-project-automation github-project-automation bot moved this from Inbox to Done in CAPO Roadmap Jun 24, 2025
Copy link
Contributor

@mandre mandre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sweet, thanks! I'm a little late to the party but you get my lgtm too 😃

@lentzi90 lentzi90 deleted the siiri/orc_upgrades_e2e branch June 24, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Test ORC upgrades in e2e

4 participants